/*
 * 项目名称：维邦统计
 * 描述：
 * Copyright (C) 2024 江苏维邦软件有限公司
 *
 * 这一程序是自由软件：你可以根据 GNU 通用公共许可证 (GPLv3) 的条款重新分发或修改它。任何后续版本均需在相同许可证下发布。
 *
 * 本程序的发布旨在遵守 GNU GPLv3 协议，完整协议文本请参阅项目根目录的 LICENSE 文件，或访问 <https://www.gnu.org/licenses/gpl-3.0.html>。
 */
@charset "utf-8";

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  min-width: 1024px;
}
ul, li, p {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.positionFix {
  position: relative;
}

.webinfo p {
  color: #29364d;
}
.container {
  width: 425px;
  margin: auto;
	padding-top: 4%;

}
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1;
}
.header-wrapper {
  max-width: 1600px;
  min-width: 984px;
  height: 77px;
  margin: auto;
  padding: 16.5px 20px;
}
.header-wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.login-pic {
  margin-left: 50px;
}
.login-wrap {
  position: absolute;
  width: 340px; 
  height:330px;
  top: 45%;
  right: 108px;
  margin-top: -165px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 3px;
  z-index: 1;
}

.login-wrap_center {
  width: 340px; 
  height:330px;
  right: 108px;
  margin-top: 12%;
  background-color: rgba(255,255,255,0.8);
  border-radius: 3px;
  z-index: 1;
}


@media only screen and (min-width: 1480px) {
  .login-wrap {
    left: 50%;
    margin-left: 20%;
    right: unset;
  }
}

@media only screen and (min-width: 1480px) {
	.login-wrap_center {
    	left: 0%;
    	margin-left: 0%;
  	}
}

.tab {
  width: 100%;
}
.br-tl {
  border-top-left-radius: 3px;
}
.br-tr {
  border-top-right-radius: 3px;
}
.userType {
  box-sizing:border-box;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 16px 0;
  width: 339px;
  background: #999;
  text-align: center;
  float: left;
  border-bottom: 1px solid #d6dce0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.tabed {
  border-bottom-color: #fff;
  color: #282828;
  background-color: rgba(255,255,255,0.8);
}
.br-tl.tabed {
  border-right: 1px solid #fff;
}
.br-tl.untabed {
  border-right: 1px solid #d6dce0;
}
.br-tr.tabed {
  border-left: 1px solid #fff;
}
.br-tr.untabed {
  border-left: 1px solid #d6dce0;
}
.login-content {
  display: none;
}
.show {
	display: block;
}
.login-content input {
  outline: none;
  box-sizing: border-box;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #d6dce0;
  padding: 5px 8px;
  margin-bottom: 20px;
  line-height: 26px;
  font-family: 'Helvetica', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 16px;
  color: #8897ac;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.login-content input:hover {
  border: 1px solid #b9bec1;
}
.login-content input:focus {
  border: 1px solid #2087e6;
  box-shadow: 0 0 2px #2087e6;
}
.login-content input[name=username],
.login-content input[name=userpsw] {
    width: 213px;
    height: 36px;
}
.login-content input[name=qrcode] {
  width: 190px;
}
.login-content ::-webkit-input-placeholder {
  color: #8897ac;
}
.login-content :-moz-placeholder {
  color: #8897ac;
}
.login-content ::-moz-placeholder {
  color: #8897ac;
}
.login-content :-ms-input-placeholder {
  color: #8897ac;
}
.login-content label {
  color: #2087e6;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
}
.login-content label input {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin: 1px 4px 0 0;
  padding: 0;
  line-height: 1;
}
.qrcode {
  width: 100px;
  height: 36px;
  background: #f2f5f7;
  float: right;
}
.login-content button {
  width: 100%;
  background: #2087e6;
  border-radius:2px;
  color: #fff;
  outline: none;
  border: none;
  margin-top:18px;
 
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.login-content a {
  color: #2087e6;
  line-height: 1;
}


.footer {
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.footer-wrapper {
  min-width: 984px;
  height: 180px;
  margin: auto;
  padding: 20px 20px 0;
}
.footer p {
  color: #a0a0a0; 
  font-size: 14px;
  border-top: 1px solid #b5b5b5;
  line-height: 44px;
}
.footer .info {
  width: 90%;
  height: 135px;
  margin: auto;
}
.news, .docs, .links {
  width: 30%;
  height: 100%;
  padding: 0 15px;
  float: left;
}
.news h3, .docs h3, .links h3 {
  color: #1974d1;
  padding-left: 25px;
  font-size: 14px;
  margin: 10px 0;
}
.news h3 > a, .docs h3 > a, .links h3 > a {
  float: right;
  color: #29364d;
  font-weight: 400
}
.info ul {
  position: relative;
}
.info ul > li {
  height: 25px;
  color: #5f5f5f;
  padding: 0 20px;
}
.info ul > li > a {
  display: inline-block;
  line-height: 25px;
  width: 264px;
  overflow: hidden;  
  white-space: nowrap;
  text-overflow: ellipsis
}
.info ul > li > a:hover {
  color: #333
}
.info ul > li::before {
  content: "•";
  position: absolute;
  left: 4px;

  color: #1974d1;
}
.border-right::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b5b5b5
}
.news h3 > a:hover, .docs h3 > a:hover, .docs h3 > a:hover {
  color: #1974d1
}
.news h3 {
  background: url(../../images/index/news_icon.png) no-repeat left center;
}
.docs h3 {
  background: url(../../images/index/docs_icon.png) no-repeat left center;
}
.links h3 {
  background: url(../../images/index/links_icon.png) no-repeat left center;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(../image/bg1.jpg) no-repeat top center / cover;
}
.slide2 {
  background: url(../image/bg2.jpg) no-repeat top center / cover;
}
.slide3 {
  background: url(../image/bg3.jpg) no-repeat top center / cover;
}
.swiper-button-next, 
.swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .4);
  transition: all .5s ease;
  top: 45%;
}
.swiper-button-next.hide, 
.swiper-button-prev.hide {
  opacity: 0;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 20px
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 20px;
}
.swiper-container {
  --swiper-navigation-size: 25px;
}
